home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2000 January / Onto0100.iso / pc / Browser / Internet Explorer 5.0 / ie 5.0 / iejava.cab / com / ms / ie / ISearch.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-02-01  |  783 b   |  15 lines

  1. package com.ms.ie;
  2.  
  3. import com.ms.com.IUnknown;
  4. import com.ms.com._Guid;
  5.  
  6. public interface ISearch extends IUnknown {
  7.    _Guid iid = new _Guid(-1164822108, (short)15829, (short)4562, (byte)-65, (byte)-117, (byte)0, (byte)-64, (byte)79, (byte)-71, (byte)54, (byte)97);
  8.  
  9.    String getId();
  10.  
  11.    String getTitle();
  12.  
  13.    String getURL();
  14. }
  15.